projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7e4bce
)
(BSTRING): Define only if HAVE_BCOPY.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 8 Oct 1993 15:28:23 +0000
(15:28 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 8 Oct 1993 15:28:23 +0000
(15:28 +0000)
src/s/sco4.h
patch
|
blob
|
history
diff --git
a/src/s/sco4.h
b/src/s/sco4.h
index 6a4432f5429e2a2f17be78fdc9208b27c0d8e215..40a191535eac02647c0316684427d580c40d8ddb 100644
(file)
--- a/
src/s/sco4.h
+++ b/
src/s/sco4.h
@@
-57,8
+57,10
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define PTY_TTY_NAME_SPRINTF \
sprintf (pty_name, "/dev/ttyp%d", i);
-/* SCO has bcopy, et. al. */
+/* SCO perhaps has bcopy, et. al. */
+#ifdef HAVE_BCOPY
#define BSTRING
+#endif
/* Sockets are an option on SCO. If you have X, you have them.
They also exist if you have TCP, but we don't know how to test